DioDocs for PDF
DrawForm(FormXObject,RectangleF,Nullable<RectangleF>,ImageAlign,RectangleF[]) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcPdfGraphics クラス > DrawForm メソッド : DrawForm(FormXObject,RectangleF,Nullable<RectangleF>,ImageAlign,RectangleF[]) メソッド
描画する GrapeCity.Documents.Pdf.Graphics.FormXObject
変換先の四角形。
クリッピング四角形、またはクリッピングしない場合は null。
画像の配置.
描画された画像の実際の範囲(画像がタイル状の場合は複数になることがあります)。
指定された境界と画像の配置を使用して GrapeCity.Documents.Pdf.Graphics.FormXObject を描画します。

出力パラメータ imageBounds は、描画されたオブジェクトの実際の境界を受け取ります。

シンタックス
'宣言
 
Public Overloads Sub DrawForm( _
   ByVal fxo As FormXObject, _
   ByVal destBounds As System.Drawing.RectangleF, _
   ByVal clipBounds As System.Nullable(Of RectangleF), _
   ByVal align As ImageAlign, _
   ByRef imageBounds() As System.Drawing.RectangleF _
) 
public void DrawForm( 
   FormXObject fxo,
   System.Drawing.RectangleF destBounds,
   System.Nullable<RectangleF> clipBounds,
   ImageAlign align,
   out System.Drawing.RectangleF[] imageBounds
)

パラメータ

fxo
描画する GrapeCity.Documents.Pdf.Graphics.FormXObject
destBounds
変換先の四角形。
clipBounds
クリッピング四角形、またはクリッピングしない場合は null。
align
画像の配置.
imageBounds
描画された画像の実際の範囲(画像がタイル状の場合は複数になることがあります)。
参照

GcPdfGraphics クラス
GcPdfGraphics メンバ
オーバーロード一覧